Enum LldpTLV_PortIDSubType

java.lang.Object
java.lang.Enum<LldpTLV_PortIDSubType>
com.cisco.pt.ipc.enums.LldpTLV_PortIDSubType
All Implemented Interfaces:
Serializable, Comparable<LldpTLV_PortIDSubType>, Constable

public enum LldpTLV_PortIDSubType extends Enum<LldpTLV_PortIDSubType>
An enum for the IPC's LldpTLV_PortIDSubType values
Author:
packettracerexapps@external.cisco.com
  • Enum Constant Details

    • LLDP_TLV_PORT_IDSUB_TYPE_RESERVED

      public static final LldpTLV_PortIDSubType LLDP_TLV_PORT_IDSUB_TYPE_RESERVED
    • LLDP_TLV_PORT_IDSUB_TYPE_INTERFACE_ALIAS

      public static final LldpTLV_PortIDSubType LLDP_TLV_PORT_IDSUB_TYPE_INTERFACE_ALIAS
    • LLDP_TLV_PORT_IDSUB_TYPE_PORT_COMPONENT

      public static final LldpTLV_PortIDSubType LLDP_TLV_PORT_IDSUB_TYPE_PORT_COMPONENT
    • LLDP_TLV_PORT_IDSUB_TYPE_MACADDRESS

      public static final LldpTLV_PortIDSubType LLDP_TLV_PORT_IDSUB_TYPE_MACADDRESS
    • LLDP_TLV_PORT_IDSUB_TYPE_NETWORK_ADDRESS

      public static final LldpTLV_PortIDSubType LLDP_TLV_PORT_IDSUB_TYPE_NETWORK_ADDRESS
    • LLDP_TLV_PORT_IDSUB_TYPE_INTERFACE_NAME

      public static final LldpTLV_PortIDSubType LLDP_TLV_PORT_IDSUB_TYPE_INTERFACE_NAME
    • LLDP_TLV_PORT_IDSUB_TYPE_AGENT_CIRCUIT_ID

      public static final LldpTLV_PortIDSubType LLDP_TLV_PORT_IDSUB_TYPE_AGENT_CIRCUIT_ID
    • LLDP_TLV_PORT_IDSUB_TYPE_LOCALLY_ASSIGNED

      public static final LldpTLV_PortIDSubType LLDP_TLV_PORT_IDSUB_TYPE_LOCALLY_ASSIGNED
  • Field Details

    • intValue

      protected int intValue
  • Method Details

    • values

      public static LldpTLV_PortIDSubType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static LldpTLV_PortIDSubType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getIntValue

      public int getIntValue()
    • fromIntValue

      public static LldpTLV_PortIDSubType fromIntValue(int value)
    • fromIntValue

      public static LldpTLV_PortIDSubType fromIntValue(Integer value)